From 7370e393a6b166c4220ae25719008dc381991a28 Mon Sep 17 00:00:00 2001 From: "maf46@burn.cl.cam.ac.uk" Date: Thu, 21 Apr 2005 20:53:42 +0000 Subject: [PATCH] bitkeeper revision 1.1364 (426812d6FWlbLqlBBPVfuegkt0_fyg) Now that the shadow code is squashing the global bit in PTEs, it's OK to re-enable the PGE capability flag for vmx domains. Signed-off-by: michael.fetterman@cl.cam.ac.uk --- xen/arch/x86/vmx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/arch/x86/vmx.c b/xen/arch/x86/vmx.c index 880b2ce5a0..b9d06ac305 100644 --- a/xen/arch/x86/vmx.c +++ b/xen/arch/x86/vmx.c @@ -195,7 +195,6 @@ static void vmx_vmexit_do_cpuid(unsigned long input, struct xen_regs *regs) cpuid(input, &eax, &ebx, &ecx, &edx); if (input == 1) { - clear_bit(X86_FEATURE_PGE, &edx); /* temporarily disabled */ clear_bit(X86_FEATURE_PSE, &edx); clear_bit(X86_FEATURE_PAE, &edx); clear_bit(X86_FEATURE_PSE36, &edx); -- 2.30.2